func text/template.indirectInterface

12 uses

	text/template (current package)
		exec.go#L302: 	truth, ok := isTrue(indirectInterface(val))
		exec.go#L1089: func indirectInterface(v reflect.Value) reflect.Value {
		funcs.go#L199: 	item = indirectInterface(item)
		funcs.go#L204: 		index = indirectInterface(index)
		funcs.go#L243: 	item = indirectInterface(item)
		funcs.go#L313: 	fn = indirectInterface(fn)
		funcs.go#L339: 		arg = indirectInterface(arg)
		funcs.go#L376: 	t, _ := isTrue(indirectInterface(arg))
		funcs.go#L462: 	arg1 = indirectInterface(arg1)
		funcs.go#L468: 		arg = indirectInterface(arg)
		funcs.go#L527: 	arg1 = indirectInterface(arg1)
		funcs.go#L532: 	arg2 = indirectInterface(arg2)